home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / lib / openoffice / program / simpress < prev    next >
Text File  |  2008-10-15  |  64b  |  5 lines

  1. #!/bin/sh
  2.  
  3. cmd=`dirname "$0"`/soffice
  4. exec "$cmd" -impress "$@"
  5.